projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae6cea
)
Typo fix in TEF.
author
robertlipe
<robertlipe@gmail.com>
Mon, 14 Jan 2013 00:17:15 +0000
(
00:17
+0000)
committer
robertlipe
<robertlipe@gmail.com>
Mon, 14 Jan 2013 00:17:15 +0000
(
00:17
+0000)
gpsbabel/tef_xml.cc
patch
|
blob
|
history
diff --git
a/gpsbabel/tef_xml.cc
b/gpsbabel/tef_xml.cc
index ab5244d826ad83bce2805d0d8b75cb1de4b479d9..550d0d0582a628945d17115648d6706858ffcc05 100644
(file)
--- a/
gpsbabel/tef_xml.cc
+++ b/
gpsbabel/tef_xml.cc
@@
-291,7
+291,7
@@
tef_point(const char *args, const char **attrv)
// FIXME: this code should really not be writing into the arg list.
while (*avp) {
if (strcmp(avp[0], "y") == 0) {
- char *tbuf = xstrdup(avp[
0
]);
+ char *tbuf = xstrdup(avp[
1
]);
comma = strstr(tbuf, ",");
if (comma) {
*comma='.';